Skip to content

Add .git-blame-ignore-revs for git blame#311

Merged
JanuszBedkowski merged 1 commit intoMapsHD:mainfrom
bloom256:chore/git-blame-ignore-revs
Jan 16, 2026
Merged

Add .git-blame-ignore-revs for git blame#311
JanuszBedkowski merged 1 commit intoMapsHD:mainfrom
bloom256:chore/git-blame-ignore-revs

Conversation

@bloom256
Copy link
Copy Markdown
Collaborator

Adds a .git-blame-ignore-revs file to document commits that should be ignored by git blame (e.g. formatting or other mechanical changes).

This is honored by the git CLI when using the 'git blame --ignore-revs-file' option or when configured via:
git config blame.ignoreRevsFile .git-blame-ignore-revs

Note:
Most visual tools ignore this file and config blame.ignoreRevsFile setting, but GitHub's blame view uses it automatically.

@JanuszBedkowski JanuszBedkowski merged commit ae4c296 into MapsHD:main Jan 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants